home *** CD-ROM | disk | FTP | other *** search
- on enterFrame
- global var1, var2
- if chars(var2, 6, 6) = "1" then
- if var1 <= 5 then
- set the visible of sprite 30 to 1
- end if
- if (var1 > 5) and (var1 <= 9) then
- set the visible of sprite 31 to 1
- end if
- if var1 > 9 then
- set the visible of sprite 32 to 1
- end if
- end if
- if chars(var2, 6, 6) = "2" then
- set the visible of sprite 33 to 1
- end if
- if chars(var2, 6, 6) = "3" then
- set the visible of sprite 34 to 1
- end if
- if chars(var2, 6, 6) = "4" then
- set the visible of sprite 35 to 1
- end if
- if chars(var2, 6, 6) = "5" then
- set the visible of sprite 36 to 1
- end if
- if chars(var2, 6, 6) = "6" then
- set the visible of sprite 37 to 1
- end if
- end
-
- on exitFrame
- general()
- go(#loop)
- end
-